/* Top level Heap Industries */

body
{
	font-family:Arial,Hevetica, sans-serif;
	background-color:grey;
	margin-top:0px;
	background:grey;
}
#wrapper
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	min-height:800px;
	background-color:#fdfdfd;
	overflow-x:hidden;
	overflow-y:auto;
}
#banner
{
	border-style:none;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:grey;
	padding:0px;
	padding-top:0px;
	overflow-x:hidden;
}
#navtab
{
	margin-left:-20px;
	font-size:24px;
	text-align:center;
	border-collapse:collapse;
	border-top:1px solid lightgrey;
	/*border-right:1px solid grey;*/
}
td.nav 
{
	font-color:black;
	width:160px;
	border-right:1px solid lightgrey;
}
.nav a
{
	text-decoration:none;
}
.nav a:link
{
	color:black
}
.nav a:visited
{
	color:black;
}
.nav a:hover
{
	color:orange;
	font-weight:bold;
}
.nav a:active
{
	color:green;
}





/*Social connectivity list*/

#soclist
{
	float:right;
	clear:none;
	width:144px;
	position:relative;
	top:-8px;
}
#soclist li
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;

}
#soclist li, #soclist a
{
	height:48px;
	display:block;
}


#facebook {left:0;width:48px;}
#facebook a:link {background:url("../images/socall.jpg") 0 0;}
#facebook a:visited {background:url("../images/socall.jpg") 0 0;}
#facebook a:hover {background:url("../images/socall.jpg") 0 -48px;}

#twitter {left:48px;width:48px;}
#twitter a:link {background:url("../images/socall.jpg") -48px 0;}
#twitter a:hover {background:url("../images/socall.jpg") -48px -48px;}

#linkedin {left:96px;width:48px;}
#linkedin a:link {background:url("../images/socall.jpg") -96px 0;}
#linkedin a:hover {background:url("../images/socall.jpg") -96px -48px;height:48px;}

#soctext 
{
	left:0px;
	top:48px;
	color:Orange;
	font-weight:bold;
	width:144px;
	text-align:center;
}
#sliderbase
{
	height:351px;
	width:960px;
	border-style:none;
	overflow:hidden;
	position:absolute;
}
#slider
{
	width:960px;
	height:351px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-style:none;
	left:960px;
	overflow:hidden;
	position:relative;

}
#content
{
	font-size:20px;
	text-align:center;
	border-style:none;
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-bottom-color:grey;
	border-top-style:solid;
	border-top-width:6px;
	border-top-color:grey;
	padding-top:16px;
	padding-bottom:16px;
	min-height:360px;
}
#characters
{
	font-size:20px;
	text-align:left;
	border-style:none;
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-bottom-color:grey;
	border-top-style:solid;
	border-top-width:4px;
	border-top-color:grey;
	padding-top:16px;
	padding-bottom:0px;
	padding-left:16px;
	padding-right:16px;
	min-height:360px;
	overflow:hidden;
	
}
#bottom
{
	border-style:none;
	padding:16px;
	text-align:right;
	border-bottom:0px;
}

.thumb
{
	padding-top:2px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px
}

#arrowLeft
{
	margin-left:4px;
	float:left;
	padding-top:32px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:0px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
#arrowLeft:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}
#arrowRight
{
	margin-right:4px;
	float:right;
	padding-top:32px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:1px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
#arrowRight:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}
